-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bumps in garden: use ign-common5, ign-math7 #525
Bumps in garden: use ign-common5, ign-math7 #525
Conversation
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
@@ -63,7 +63,7 @@ depth camera to a memory reserved in a globally scoped `Image`. | |||
|
|||
\snippet examples/depth_camera/GlutWindow.cc convert depth to image | |||
|
|||
The other option is the [ConnectNewRgbPointCloud](https://github.com/ignitionrobotics/ign-rendering/blob/ign-rendering6/include/ignition/rendering/DepthCamera.hh#L58) call that receives colored point cloud data on callback. | |||
The other option is the [ConnectNewRgbPointCloud](https://github.com/ignitionrobotics/ign-rendering/blob/ign-rendering7/include/ignition/rendering/DepthCamera.hh#L58) call that receives colored point cloud data on callback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this link does not exist yet. I forget what is the preferred approach for branch names in tutorial code links
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a mix right now. It's not too bad to have broken links on main
because the tutorials aren't published anywhere yet. I don't have a strong preference, but it would be nice to be consistent across all libraries
Codecov Report
@@ Coverage Diff @@
## main #525 +/- ##
==========================================
+ Coverage 54.05% 54.06% +0.01%
==========================================
Files 203 203
Lines 20287 20281 -6
==========================================
- Hits 10966 10965 -1
+ Misses 9321 9316 -5
Continue to review full report at Codecov.
|
CI is all 🟢, and I assume @scpeters has already taken a high-level look at this. We can address the tutorial comment later, it would be good to do a sweep over all libraries and document what to do in the future. I'll merge this and its infrastructure PRs to unblock downstream PRs, and then trigger a nightly.
|
Remove deprecated include: - gazebosim/gz-rendering#525 Signed-off-by: Rhys Mainwaring <[email protected]>
Remove deprecated include: - gazebosim/gz-rendering#525 Signed-off-by: Rhys Mainwaring <[email protected]>
Remove deprecated include: - gazebosim/gz-rendering#525 Signed-off-by: Rhys Mainwaring <[email protected]>
See gazebo-tooling/release-tools#574